Quadratic Solver

This is a function which solves for the variable x using the quadratic formula. $$x = {-b \pm \sqrt{b^2-4ac} \over 2a}$$

Output

This is where the output will be...

Counter

1